home *** CD-ROM | disk | FTP | other *** search
/ PC Active 2009 July/August / PC Active NR.227.iso / Software / Games / windows / Freeciv-2.1.9-win32-gtk2-setup.exe / data / default / buildings.ruleset next >
Encoding:
Text File  |  2009-03-30  |  38.1 KB  |  1,559 lines

  1.  
  2. ; Modifying this file:
  3. ; You should not modify this file except to make bugfixes or
  4. ; for other "maintenance".  If you want to make custom changes,
  5. ; you should create a new datadir subdirectory and copy this file
  6. ; into that directory, and then modify that copy.  Then use the
  7. ; command "rulesetdir <mysubdir>" in the server to have freeciv
  8. ; use your new customized file.
  9.  
  10. ; Note that the freeciv AI may not cope well with anything more
  11. ; than minor changes.
  12.  
  13. [datafile]
  14. description="Default buildings data for Freeciv"
  15. options="1.10.1"
  16.  
  17. ; /* <-- avoid gettext warnings
  18. ;
  19. ; Below: The individual buildings, one per section.
  20. ; (Buildings = City Improvements and Wonders)
  21. ;
  22. ; The actual tag used (the * in [building_*]) does not matter, except 
  23. ; it must be unique within this file, and it may be used in debug 
  24. ; output when reading this file.
  25. ;
  26. ; Notes:
  27. ;
  28. ; name        = name as seen by user 
  29. ; genus            = genus; one of:
  30. ;                 "GreatWonder", "SmallWonder", "Improvement", "Special".
  31. ; reqs        = requirements to build the building (see effects.ruleset
  32. ;          and README.effects for help on requirements)
  33. ; graphic    = icon of improvement (used in city dialog)
  34. ; graphic_alt    = alternate icon of improvement
  35. ; obsolete_by    = advance which makes building obsolete; special
  36. ;          value "None" means does not become obsolete
  37. ; build_cost    = production shields required to build
  38. ; upkeep    = monetary upkeep value
  39. ; sabotage    = percent chance of diplomat sabotage being successful
  40. ; flags         = special flag strings
  41. ;
  42. ; */ <-- avoid gettext warnings
  43.  
  44. [building_airport]
  45. name        = _("Airport")
  46. genus        = "Improvement"
  47. reqs    =
  48.     { "type", "name", "range"
  49.       "Tech", "Radio", "Player"
  50.     }
  51. graphic    = "b.airport"
  52. graphic_alt    = "-"
  53. obsolete_by    = "None"
  54. build_cost    = 120
  55. upkeep        = 3
  56. sabotage    = 100
  57. sound        = "b_airport"
  58. sound_alt    = "b_generic"
  59. helptext    = _("\
  60. Allows a city to produce veteran air units.  Also, damaged air units\
  61.  which stay in town for one full turn without moving are completely\
  62.  restored.\
  63. \n\n\
  64. Two cities with Airports can airlift one unit per turn. \
  65.  Airlifting instantly transports the unit from one city to another\
  66.  and will use all of the unit's movement points.  A unit must have\
  67.  some movement points left to be airlifted.\
  68. ")
  69.  
  70. [building_aqueduct]
  71. name        = _("Aqueduct")
  72. genus        = "Improvement"
  73. reqs    =
  74.     { "type", "name", "range"
  75.       "Tech", "Construction", "Player"
  76.     }
  77. graphic    = "b.aqueduct"
  78. graphic_alt    = "-"
  79. obsolete_by    = "None"
  80. build_cost    = 60
  81. upkeep        = 2
  82. sabotage    = 100
  83. sound        = "b_aqueduct"
  84. sound_alt    = "b_generic"
  85. helptext    = _("\
  86. Allows a city to grow larger than size 8.  A Sewer System is also\
  87.  required for a city to grow larger than size 12.\
  88. ")
  89.  
  90. [building_bank]
  91. name        = _("Bank")
  92. genus        = "Improvement"
  93. reqs    =
  94.     { "type", "name", "range"
  95.       "Tech", "Banking", "Player"
  96.       "Building", "Marketplace", "City"
  97.     }
  98. graphic    = "b.bank"
  99. graphic_alt    = "-"
  100. obsolete_by    = "None"
  101. build_cost    = 80
  102. upkeep        = 2
  103. sabotage    = 100
  104. sound        = "b_bank"
  105. sound_alt    = "b_generic"
  106. ; /* xgettext:no-c-format */
  107. helptext    = _("\
  108. Together with the Marketplace improvement, a Bank increases the\
  109.  luxury and tax production within a city by 100%.\
  110. ")
  111.  
  112. [building_barracks]
  113. name        = _("Barracks")
  114. genus        = "Improvement"
  115. reqs    =
  116.     { "type", "name", "range"
  117.  
  118.     }
  119. graphic    = "b.barracks"
  120. graphic_alt    = "-"
  121. obsolete_by    = "Gunpowder"
  122. replaced_by    = "Barracks II"
  123. build_cost    = 30
  124. upkeep        = 1
  125. sabotage    = 100
  126. sound        = "b_barracks_i"
  127. sound_alt    = "b_generic"
  128. helptext    = _("\
  129. With a Barracks, each new land unit built in a city will\
  130.  automatically have Veteran status, which means that its attack and\
  131.  defence strengths are increased by 50%.  Also, damaged land units\
  132.  which stay in town for one full turn without moving are completely\
  133.  restored.\
  134. ")
  135.  
  136. [building_barracks_ii]
  137. name        = _("Barracks II")
  138. genus        = "Improvement"
  139. reqs    =
  140.     { "type", "name", "range"
  141.       "Tech", "Gunpowder", "Player"
  142.     }
  143. graphic    = "b.barracks_ii"
  144. graphic_alt    = "b.barracks"
  145. obsolete_by    = "Mobile Warfare"
  146. replaced_by    = "Barracks III"
  147. build_cost    = 30
  148. upkeep        = 1
  149. sabotage    = 100
  150. sound        = "b_barracks_ii"
  151. sound_alt    = "b_generic"
  152. helptext    = _("\
  153. With a Barracks, each new land unit built in a city will\
  154.  automatically have Veteran status, which means that its attack and\
  155.  defence strengths are increased by 50%.  Also, damaged land units\
  156.  which stay in town for one full turn without moving are completely\
  157.  restored.\
  158. ")
  159.  
  160. [building_barracks_iii]
  161. name        = _("Barracks III")
  162. genus        = "Improvement"
  163. reqs    =
  164.     { "type", "name", "range"
  165.       "Tech", "Mobile Warfare", "Player"
  166.     }
  167. graphic    = "b.barracks_iii"
  168. graphic_alt    = "b.barracks"
  169. obsolete_by    = "None"
  170. build_cost    = 30
  171. upkeep        = 1
  172. sabotage    = 100
  173. sound        = "b_barracks_iii"
  174. sound_alt    = "b_generic"
  175. helptext    = _("\
  176. With a Barracks, each new land unit built in a city will\
  177.  automatically have Veteran status, which means that its attack and\
  178.  defence strengths are increased by 50%.  Also, damaged land units\
  179.  which stay in town for one full turn without moving are completely\
  180.  restored.\
  181. ")
  182.  
  183. [building_cathedral]
  184. name        = _("Cathedral")
  185. genus        = "Improvement"
  186. reqs    =
  187.     { "type", "name", "range"
  188.       "Tech", "Monotheism", "Player"
  189.       "Building", "Temple", "City"
  190.     }
  191. graphic    = "b.cathedral"
  192. graphic_alt    = "-"
  193. obsolete_by    = "None"
  194. build_cost    = 80
  195. upkeep        = 3
  196. sabotage    = 100
  197. sound        = "b_cathedral"
  198. sound_alt    = "b_generic"
  199. helptext    = _("\
  200. A Cathedral makes 3 unhappy citizens content in a city, making it\
  201.  easier to maintain order in that city.  The discovery of Theology\
  202.  increases the effect of a Cathedral, making an additional unhappy\
  203.  citizen content.  The discovery of Communism lessens the effect of\
  204.  a Cathedral, reducing by one the number of unhappy citizens made\
  205.  content.\
  206. ")
  207.  
  208. [building_city_walls]
  209. name        = _("City Walls")
  210. genus        = "Improvement"
  211. flags        = "VisibleByOthers"
  212. reqs    =
  213.     { "type", "name", "range"
  214.       "Tech", "Masonry", "Player"
  215.     }
  216. graphic    = "b.city_walls"
  217. graphic_alt    = "-"
  218. obsolete_by    = "None"
  219. build_cost    = 60
  220. upkeep        = 0
  221. sabotage    = 50
  222. sound        = "b_city_walls"
  223. sound_alt    = "b_generic"
  224. helptext    = _("\
  225. City Walls make it easier to defend a city.  They triple the defence\
  226.  strength of units within the city against ground and helicopter\
  227.  units.  They are ineffective against airborne and sea units as well\
  228.  as Howitzers.  City Walls also prevent the loss of population which\
  229.  occurs when a defending unit is destroyed by a land unit.\
  230. ")
  231.  
  232. [building_coastal_defense]
  233. name        = _("Coastal Defense")
  234. genus        = "Improvement"
  235. reqs    =
  236.     { "type", "name", "range"
  237.       "Tech", "Metallurgy", "Player"
  238.       "Terrain", "Ocean", "Adjacent"
  239.     }
  240. graphic    = "b.coastal_defense"
  241. graphic_alt    = "-"
  242. obsolete_by    = "None"
  243. build_cost    = 60
  244. upkeep        = 1
  245. sabotage    = 100
  246. sound        = "b_coastal_defense"
  247. sound_alt    = "b_generic"
  248. helptext    = _("\
  249. Increases the defence strength of units within a city by a factor\
  250.  of 2 when defending against bombardments from enemy ships.\
  251. ")
  252.  
  253. [building_colosseum]
  254. name        = _("Colosseum")
  255. genus        = "Improvement"
  256. reqs    =
  257.     { "type", "name", "range"
  258.       "Tech", "Construction", "Player"
  259.     }
  260. graphic    = "b.colosseum"
  261. graphic_alt    = "-"
  262. obsolete_by    = "None"
  263. build_cost    = 70
  264. upkeep        = 4
  265. sabotage    = 100
  266. sound        = "b_colosseum"
  267. sound_alt    = "b_generic"
  268. helptext    = _("\
  269. Entertains the citizens of a city, making 3 unhappy citizens content. \
  270.  (Four after the discovery of Electricity.)\
  271. ")
  272. ; NOTE:
  273. ; For Civ2 the "Electricity" condition should be "Electronics"
  274.  
  275. [building_courthouse]
  276. name        = _("Courthouse")
  277. genus        = "Improvement"
  278. reqs    =
  279.     { "type", "name", "range"
  280.       "Tech", "Code of Laws", "Player"
  281.     }
  282. graphic    = "b.courthouse"
  283. graphic_alt    = "-"
  284. obsolete_by    = "None"
  285. build_cost    = 60
  286. upkeep        = 1
  287. sabotage    = 100
  288. sound        = "b_courthouse"
  289. sound_alt    = "b_generic"
  290. helptext    = _("\
  291. Reduces the corruption and waste in a city by 50%.  Under a Democracy, a\
  292.  Courthouse makes 1 unhappy citizen content. \
  293.  Also makes the revolt cost of the city 4 times bigger.\
  294. ")
  295.  
  296. [building_factory]
  297. name        = _("Factory")
  298. genus        = "Improvement"
  299. reqs    =
  300.     { "type", "name", "range"
  301.       "Tech", "Industrialization", "Player"
  302.     }
  303. graphic    = "b.factory"
  304. graphic_alt    = "-"
  305. obsolete_by    = "None"
  306. build_cost    = 140
  307. upkeep        = 4
  308. sabotage    = 100
  309. sound        = "b_factory"
  310. sound_alt    = "b_generic"
  311. helptext    = _("\
  312. Increases the shield production in a city by 50%.  This increase may\
  313.  also contribute significantly to pollution.\
  314. ")
  315.  
  316. [building_granary]
  317. name        = _("Granary")
  318. genus        = "Improvement"
  319. reqs    =
  320.     { "type", "name", "range"
  321.       "Tech", "Pottery", "Player"
  322.     }
  323. graphic    = "b.granary"
  324. graphic_alt    = "-"
  325. obsolete_by    = "None"
  326. build_cost    = 40
  327. upkeep        = 1
  328. sabotage    = 100
  329. sound        = "b_granary"
  330. sound_alt    = "b_generic"
  331. helptext    = _("\
  332. The amount of stored food will be set to half full whenever a city\
  333.  with a Granary shrinks or grows. This helps a city to grow faster\
  334.  and more easily withstand famine.\
  335. ")
  336. ; NOTE:
  337. ; In Civ2, city size reduction does not generate food like this.
  338. ; Dare I ask where this food comes from?? :-)
  339.  
  340. [building_harbour]
  341. name        = _("Harbour")
  342. genus        = "Improvement"
  343. reqs    =
  344.     { "type", "name", "range"
  345.       "Tech", "Seafaring", "Player"
  346.       "Terrain", "Ocean", "Adjacent"
  347.     }
  348. graphic    = "b.harbour"
  349. graphic_alt    = "-"
  350. obsolete_by    = "None"
  351. build_cost    = 40
  352. upkeep        = 1
  353. sabotage    = 100
  354. sound        = "b_harbour"
  355. sound_alt    = "b_generic"
  356. helptext    = _("\
  357. Gives one extra food resource on all Ocean squares.  The city needs\
  358.  to be coastal to build this improvement.\
  359. ")
  360.  
  361. [building_hydro_plant]
  362. name        = _("Hydro Plant")
  363. genus        = "Improvement"
  364. reqs    =
  365.     { "type", "name", "range"
  366.       "Tech", "Electronics", "Player"
  367.       "Building", "Factory", "City"
  368.       "Special", "River", "Adjacent"
  369.     }
  370. graphic    = "b.hydro_plant"
  371. graphic_alt    = "-"
  372. obsolete_by    = "None"
  373. build_cost    = 180
  374. upkeep        = 4
  375. sabotage    = 100
  376. sound        = "b_hydro_plant"
  377. sound_alt    = "b_generic"
  378. helptext    = _("\
  379. Reduces the amount of pollution generated by production in a city\
  380.  by 50%.  It also\
  381.  increases the shield production of a Factory or Mfg. Plant in the\
  382.  city: a Factory and a Hydro Plant together give a 75% production\
  383.  bonus, and a Factory, Mfg. Plant and Hydro Plant together give\
  384.  a 150% production bonus.\
  385. \n\n\
  386. A city can only have one Hydro Plant, Power Plant, or\
  387.  Nuclear Plant.  A city can only build a Hydro Plant if it is next\
  388.  to (or on) a Mountain or River tile.\
  389. ")
  390. ; FIXME: add Solar Plant to "can have only one" helptext when Solar
  391. ; Plant added.
  392. ; NOTE:
  393. ; For Civ1/2 the first shield production number above should be 100%,
  394. ; but the above describes current freeciv rules.
  395.  
  396. [building_library]
  397. name        = _("Library")
  398. genus        = "Improvement"
  399. reqs    =
  400.     { "type", "name", "range"
  401.       "Tech", "Writing", "Player"
  402.     }
  403. graphic    = "b.library"
  404. graphic_alt    = "-"
  405. obsolete_by    = "None"
  406. build_cost    = 60
  407. upkeep        = 1
  408. sabotage    = 100
  409. sound        = "b_library"
  410. sound_alt    = "b_generic"
  411. ; /* xgettext:no-c-format */
  412. helptext    = _("\
  413. Increases the science output in a city by 100%.\
  414. ")
  415.  
  416. [building_marketplace]
  417. name        = _("Marketplace")
  418. genus        = "Improvement"
  419. reqs    =
  420.     { "type", "name", "range"
  421.       "Tech", "Currency", "Player"
  422.     }
  423. graphic    = "b.marketplace"
  424. graphic_alt    = "-"
  425. obsolete_by    = "None"
  426. build_cost    = 60
  427. upkeep        = 0
  428. sabotage    = 100
  429. sound        = "b_marketplace"
  430. sound_alt    = "b_generic"
  431. ; /* xgettext:no-c-format */
  432. helptext    = _("\
  433. Increases the luxury and tax output in a city by 50%.\
  434. ")
  435.  
  436. [building_mass_transit]
  437. name        = _("Mass Transit")
  438. genus        = "Improvement"
  439. reqs    =
  440.     { "type", "name", "range"
  441.       "Tech", "Mass Production", "Player"
  442.     }
  443. graphic    = "b.mass_transit"
  444. graphic_alt    = "-"
  445. obsolete_by    = "None"
  446. build_cost    = 120
  447. upkeep        = 4
  448. sabotage    = 100
  449. sound        = "b_mass_transit"
  450. sound_alt    = "b_generic"
  451. helptext    = _("\
  452. Neutralizes the pollution generated by the population. \
  453.  The population simply has no effect on the pollution generated in\
  454.  the city.\
  455. ")
  456.  
  457. [building_mfg_plant]
  458. name        = _("Mfg. Plant")
  459. genus        = "Improvement"
  460. reqs    =
  461.     { "type", "name", "range"
  462.       "Tech", "Robotics", "Player"
  463.       "Building", "Factory", "City"
  464.     }
  465. graphic    = "b.mfg_plant"
  466. graphic_alt    = "-"
  467. obsolete_by    = "None"
  468. build_cost    = 220
  469. upkeep        = 6
  470. sabotage    = 100
  471. sound        = "b_mfg_plant"
  472. sound_alt    = "b_generic"
  473. ; /* xgettext:no-c-format */
  474. helptext    = _("\
  475. Together with a Factory, a Manufacturing Plant increases the shield\
  476.  production in a city by 100%.\
  477. ")
  478.  
  479. [building_nuclear_plant]
  480. name        = _("Nuclear Plant")
  481. genus        = "Improvement"
  482. reqs    =
  483.     { "type", "name", "range"
  484.       "Tech", "Nuclear Power", "Player"
  485.       "Building", "Factory", "City"
  486.     }
  487. graphic    = "b.nuclear_plant"
  488. graphic_alt    = "-"
  489. obsolete_by    = "None"
  490. build_cost    = 120
  491. upkeep        = 2
  492. sabotage    = 100
  493. sound        = "b_nuclear_plant"
  494. sound_alt    = "b_generic"
  495. helptext    = _("\
  496. Reduces the amount of pollution generated by production in a city\
  497.  by 50%.  It also\
  498.  increases the shield production of a Factory or Mfg. Plant in\
  499.  the city: a Factory and a Nuclear Plant together give a 75%\
  500.  production bonus, and a Factory, Mfg. Plant and Nuclear Plant\
  501.  together give a 150% production bonus.\
  502. \n\n\
  503. A city can only have one Hydro Plant, Power Plant, or\
  504.  Nuclear Plant.\
  505. ")
  506. ; FIXME: add Solar Plant to "can have only one" helptext when Solar
  507. ; Plant added.
  508. ; NOTE:
  509. ; For Civ1/2 the first number above should be 100%, but the above
  510. ; describes current freeciv rules.
  511. ; There would also be a change of meltdown during civil disorder,
  512. ; but that has not been implemented yet.
  513.  
  514. [building_offshore_platform]
  515. name        = _("Offshore Platform")
  516. genus        = "Improvement"
  517. reqs    =
  518.     { "type", "name", "range"
  519.       "Tech", "Miniaturization", "Player"
  520.       "Terrain", "Ocean", "Adjacent"
  521.     }
  522. graphic    = "b.offshore_platform"
  523. graphic_alt    = "-"
  524. obsolete_by    = "None"
  525. build_cost    = 120
  526. upkeep        = 3
  527. sabotage    = 100
  528. sound        = "b_offshore_platform"
  529. sound_alt    = "b_generic"
  530. helptext    = _("\
  531. Adds 1 extra shield resource on all Ocean squares in a city.  The\
  532.  city needs to be coastal to build this improvement.\
  533. ")
  534.  
  535. [building_palace]
  536. name        = _("Palace")
  537. genus        = "SmallWonder"
  538. flags        = "SaveSmallWonder"
  539. reqs    =
  540.     { "type", "name", "range"
  541.       "Tech", "Masonry", "Player"
  542.     }
  543. graphic    = "b.palace"
  544. graphic_alt    = "-"
  545. obsolete_by    = "None"
  546. build_cost    = 70
  547. upkeep        = 0
  548. sabotage    = 0
  549. sound        = "b_palace"
  550. sound_alt    = "b_generic"
  551. ; /* xgettext:no-c-format */
  552. helptext    = _("\
  553. Makes a city the capital and the center of your government. \
  554.  Corruption in other cities is related to how far away from the\
  555.  capital they are, except when the government is Democracy or\
  556.  Communism.  The cost of inciting a revolt in a city also depends\
  557.  upon the city's distance from the capital (under all forms of\
  558.  government).\
  559. \n\n\
  560. Take good care of your capital, as its loss may result in your\
  561.  empire plunging into civil war. Losing your current palace also\
  562.  results in losing whatever spaceship you might have.\
  563. \n\n\
  564. Under Despotism the palace gives you a +75% production bonus,\
  565.  and under Monarchy a +50% production bonus.\
  566. ")
  567.  
  568. [building_police_station]
  569. name        = _("Police Station")
  570. genus        = "Improvement"
  571. reqs    =
  572.     { "type", "name", "range"
  573.       "Tech", "Communism", "Player"
  574.     }
  575. graphic    = "b.police_station"
  576. graphic_alt    = "-"
  577. obsolete_by    = "None"
  578. build_cost    = 50
  579. upkeep        = 2
  580. sabotage    = 100
  581. sound        = "b_police_station"
  582. sound_alt    = "b_generic"
  583. helptext    = _("\
  584. Reduces the unhappiness caused by military units outside the city\
  585.  by 2 under Democracy and 1 under Republic.  This improvement has no\
  586.  effect under other governments.\
  587. ")
  588. ; NOTE:
  589. ; For Civ2 this should reduce unhappiness by one for *each* unit
  590. ; outside a city that is causing at least one unhappiness.
  591.  
  592. [building_port_facility]
  593. name        = _("Port Facility")
  594. genus        = "Improvement"
  595. reqs    =
  596.     { "type", "name", "range"
  597.       "Tech", "Amphibious Warfare", "Player"
  598.       "Terrain", "Ocean", "Adjacent"
  599.     }
  600. graphic    = "b.port_facility"
  601. graphic_alt    = "-"
  602. obsolete_by    = "None"
  603. build_cost    = 60
  604. upkeep        = 3
  605. sabotage    = 100
  606. sound        = "b_port_facility"
  607. sound_alt    = "b_generic"
  608. helptext    = _("\
  609. Allows a city to build veteran sea units.  Also, damaged sea units\
  610.  which stay in town for one full turn without moving are completely\
  611.  restored.\
  612. ")
  613.  
  614. [building_power_plant]
  615. name        = _("Power Plant")
  616. genus        = "Improvement"
  617. reqs    =
  618.     { "type", "name", "range"
  619.       "Tech", "Refining", "Player"
  620.       "Building", "Factory", "City"
  621.     }
  622. graphic    = "b.power_plant"
  623. graphic_alt    = "-"
  624. obsolete_by    = "None"
  625. build_cost    = 130
  626. upkeep        = 4
  627. sabotage    = 100
  628. sound        = "b_power_plant"
  629. sound_alt    = "b_generic"
  630. ; /* xgettext:no-c-format */
  631. helptext    = _("\
  632. Increases the shield production of a Factory or Mfg. Plant in a\
  633.  city: a Factory and a Power Plant together give a 75% production\
  634.  bonus, and a Factory, Mfg. Plant and Power Plant together give\
  635.  a 150% production bonus.  The extra production may lead to the city\
  636.  generating more pollution.\
  637. \n\n\
  638. A city can only have one Hydro Plant, Power Plant, or\
  639.  Nuclear Plant.\
  640. ")
  641. ; NOTE:
  642. ; For Civ1/2 the first number above should be 100%, but the above
  643. ; describes current freeciv rules.
  644.  
  645. [building_recycling_center]
  646. name        = _("Recycling Center")
  647. genus        = "Improvement"
  648. reqs    =
  649.     { "type", "name", "range"
  650.       "Tech", "Recycling", "Player"
  651.     }
  652. graphic    = "b.recycling_center"
  653. graphic_alt    = "-"
  654. obsolete_by    = "None"
  655. build_cost    = 140
  656. upkeep        = 2
  657. sabotage    = 100
  658. sound        = "b_recycling_center"
  659. sound_alt    = "b_generic"
  660. ; /* xgettext:no-c-format */
  661. helptext    = _("\
  662. Building a Recycling Center reduces the amount of pollution\
  663.  generated by production in a city by 66%.\
  664. ")
  665.  
  666. [building_research_lab]
  667. name        = _("Research Lab")
  668. genus        = "Improvement"
  669. reqs    =
  670.     { "type", "name", "range"
  671.       "Tech", "Computers", "Player"
  672.       "Building", "University", "City"
  673.     }
  674. graphic    = "b.research_lab"
  675. graphic_alt    = "-"
  676. obsolete_by    = "None"
  677. build_cost    = 120
  678. upkeep        = 3
  679. sabotage    = 100
  680. sound        = "b_research_lab"
  681. sound_alt    = "b_generic"
  682. helptext    = _("\
  683. Together with a Library, a Research Lab increases the science\
  684.  production of a city by 200%. \
  685. Together with a Library and a University, a Research Lab increases\
  686.  the science production of a city by 450%.\
  687. ")
  688.  
  689. [building_sam_battery]
  690. name        = _("SAM Battery")
  691. genus        = "Improvement"
  692. reqs    =
  693.     { "type", "name", "range"
  694.       "Tech", "Rocketry", "Player"
  695.     }
  696. graphic    = "b.sam_battery"
  697. graphic_alt    = "-"
  698. obsolete_by    = "None"
  699. build_cost    = 70
  700. upkeep        = 2
  701. sabotage    = 100
  702. sound        = "b_sam_battery"
  703. sound_alt    = "b_generic"
  704. helptext    = _("\
  705. Doubles the defense of all units inside the city when attacked by\
  706.  non-nuclear air units.\
  707. ")
  708.  
  709. [building_sdi_defense]
  710. name        = _("SDI Defense")
  711. genus        = "Improvement"
  712. reqs    =
  713.     { "type", "name", "range"
  714.       "Tech", "Laser", "Player"
  715.     }
  716. graphic    = "b.sdi_defense"
  717. graphic_alt    = "-"
  718. obsolete_by    = "None"
  719. build_cost    = 140
  720. upkeep        = 4
  721. sabotage    = 100
  722. sound        = "b_sdi_defense"
  723. sound_alt    = "b_generic"
  724. helptext    = _("\
  725. Protects a city from attacks from Nuclear units.  Nuclear attacks\
  726.  simply have no effect on the city.  Also, doubles defence against\
  727.  non-nuclear missiles.\
  728. ")
  729. ; NOTE:
  730. ; Civ2 does not document the "Unit_Defend"/"Missile" aspect; does it apply or not?
  731.  
  732. [building_sewer_system]
  733. name        = _("Sewer System")
  734. genus        = "Improvement"
  735. reqs    =
  736.     { "type", "name", "range"
  737.       "Tech", "Sanitation", "Player"
  738.       "Building", "Aqueduct", "City"
  739.     }
  740. graphic    = "b.sewer_system"
  741. graphic_alt    = "-"
  742. obsolete_by    = "None"
  743. build_cost    = 80
  744. upkeep        = 2
  745. sabotage    = 100
  746. sound        = "b_sewer_system"
  747. sound_alt    = "b_generic"
  748. helptext    = _("\
  749. Allows a city to grow larger than size 12.  An Aqueduct is first\
  750.  required for a city to grow larger than size 8.\
  751. ")
  752.  
  753. [building_space_component]
  754. name        = _("Space Component")
  755. genus        = "Special"
  756. reqs    =
  757.     { "type", "name", "range"
  758.       "Tech", "Plastics", "Player"
  759.       "Building", "Factory", "City"
  760.     }
  761. graphic    = "b.space_component"
  762. graphic_alt    = "-"
  763. obsolete_by    = "None"
  764. build_cost    = 160
  765. upkeep        = 0
  766. sabotage    = 100
  767. sound        = "b_space_component"
  768. sound_alt    = "b_generic"
  769. helptext    = _("\
  770. Space Components can be differentiated into Propulsion and Fuel\
  771.  Components.  Each pair of them reduces your spaceship's travel\
  772.  time.  You can build up to 8 pairs.\
  773. \n\n\
  774. Before you can build any spaceship parts, the Apollo Program wonder\
  775.  must have been built by any player.\
  776. ")
  777.  
  778. [building_space_module]
  779. name        = _("Space Module")
  780. genus        = "Special"
  781. reqs    =
  782.     { "type", "name", "range"
  783.       "Tech", "Superconductors", "Player"
  784.       "Building", "Factory", "City"
  785.     }
  786. graphic    = "b.space_modules"
  787. graphic_alt    = "-"
  788. obsolete_by    = "None"
  789. build_cost    = 320
  790. upkeep        = 0
  791. sabotage    = 100
  792. sound        = "b_space_module"
  793. sound_alt    = "b_generic"
  794. helptext    = _("\
  795. Space Modules are the most expensive parts of spaceships.  There\
  796.  are three different types of Space Module:\
  797. \n\n\
  798. - Habitation Module: provides living space for 10,000 people.\
  799. \n\n\
  800. - Life Support Module: provides food and water for the population of\
  801.   one Habitation Module.\
  802. \n\n\
  803. - Solar Panels: provides the energy needed for any two of the other\
  804.   Modules.\
  805. \n\n\
  806. You can build up to 4 Space Modules of each kind.\
  807. \n\n\
  808. Before you can build any spaceship parts, the Apollo Program wonder\
  809.  must have been built by any player.\
  810. ")
  811.  
  812. [building_space_structural]
  813. name        = _("Space Structural")
  814. genus        = "Special"
  815. reqs    =
  816.     { "type", "name", "range"
  817.       "Tech", "Space Flight", "Player"
  818.       "Building", "Factory", "City"
  819.     }
  820. graphic    = "b.space_structural"
  821. graphic_alt    = "-"
  822. obsolete_by    = "None"
  823. build_cost    = 80
  824. upkeep        = 0
  825. sabotage    = 100
  826. sound        = "b_space_structural"
  827. sound_alt    = "b_generic"
  828. helptext    = _("\
  829. Space Structurals form the base of your spaceship.  All other\
  830.  spaceship parts need to be connected to Structurals in order to\
  831.  function.  You can build up to 32 Space Structurals.\
  832. \n\n\
  833. Before you can build any spaceship parts, the Apollo Program wonder\
  834.  must have been built by any player.\
  835. ")
  836.  
  837. [building_stock_exchange]
  838. name        = _("Stock Exchange")
  839. genus        = "Improvement"
  840. reqs    =
  841.     { "type", "name", "range"
  842.       "Tech", "Economics", "Player"
  843.       "Building", "Bank", "City"
  844.     }
  845. graphic    = "b.stock_exchange"
  846. graphic_alt    = "-"
  847. obsolete_by    = "None"
  848. build_cost    = 120
  849. upkeep        = 3
  850. sabotage    = 100
  851. sound        = "b_stock_exchange"
  852. sound_alt    = "b_generic"
  853. ; /* xgettext:no-c-format */
  854. helptext    = _("\
  855. Together with a Marketplace and a Bank, a Stock Exchange boosts\
  856.  tax and luxury production in a city by 150%.\
  857. ")
  858.  
  859. [building_super_highways]
  860. name        = _("Super Highways")
  861. genus        = "Improvement"
  862. reqs    =
  863.     { "type", "name", "range"
  864.       "Tech", "Automobile", "Player"
  865.     }
  866. graphic    = "b.super_highways"
  867. graphic_alt    = "-"
  868. obsolete_by    = "None"
  869. build_cost    = 120
  870. upkeep        = 3
  871. sabotage    = 100
  872. sound        = "b_super_highways"
  873. sound_alt    = "b_generic"
  874. ; /* xgettext:no-c-format */
  875. helptext    = _("\
  876. Increases trade resources by 50% on all squares with roads or\
  877.  railroads.\
  878. ")
  879. ; NOTE:
  880. ; Civ2 help says Super Highways increase trade from trade routes.
  881.  
  882. [building_supermarket]
  883. name        = _("Supermarket")
  884. genus        = "Improvement"
  885. reqs    =
  886.     { "type", "name", "range"
  887.       "Tech", "Refrigeration", "Player"
  888.     }
  889. graphic    = "b.supermarket"
  890. graphic_alt    = "-"
  891. obsolete_by    = "None"
  892. build_cost    = 80
  893. upkeep        = 3
  894. sabotage    = 100
  895. sound        = "b_supermarket"
  896. sound_alt    = "b_generic"
  897. ; /* xgettext:no-c-format */
  898. helptext    = _("\
  899. Increases the food resources by 50% on each farmland square which\
  900.  is being used around the city.  Farmland squares are those which\
  901.  have been irrigated a second time.\
  902. ")
  903.  
  904. [building_temple]
  905. name        = _("Temple")
  906. genus        = "Improvement"
  907. reqs    =
  908.     { "type", "name", "range"
  909.       "Tech", "Ceremonial Burial", "Player"
  910.     }
  911. graphic    = "b.temple"
  912. graphic_alt    = "-"
  913. obsolete_by    = "None"
  914. build_cost    = 30
  915. upkeep        = 1
  916. sabotage    = 100
  917. sound        = "b_temple"
  918. sound_alt    = "b_generic"
  919. helptext    = _("\
  920. Makes one unhappy citizen content.  Both the Mysticism advance\
  921.  and the Oracle wonder double this effect.  With both Mysticism\
  922.  and the Oracle, 4 citizens are made content.\
  923. ")
  924.  
  925. [building_university]
  926. name        = _("University")
  927. genus        = "Improvement"
  928. reqs    =
  929.     { "type", "name", "range"
  930.       "Tech", "University", "Player"
  931.       "Building", "Library", "City"
  932.     }
  933. graphic    = "b.university"
  934. graphic_alt    = "-"
  935. obsolete_by    = "None"
  936. build_cost    = 120
  937. upkeep        = 3
  938. sabotage    = 100
  939. sound        = "b_university"
  940. sound_alt    = "b_generic"
  941. ; /* xgettext:no-c-format */
  942. helptext    = _("\
  943. Together with a Library, a University increases the science\
  944.  production of a city by 250%.\
  945. ")
  946.  
  947. [building_apollo_program]
  948. name        = _("Apollo Program")
  949. genus        = "GreatWonder"
  950. reqs    =
  951.     { "type", "name", "range"
  952.       "Tech", "Space Flight", "Player"
  953.     }
  954. graphic    = "b.apollo_program"
  955. graphic_alt    = "-"
  956. obsolete_by    = "None"
  957. build_cost    = 600
  958. upkeep        = 0
  959. sabotage    = 0
  960. sound        = "w_apollo_program"
  961. sound_alt    = "w_generic"
  962. helptext    = _("\
  963. Entire map becomes visible for the player who owns it. \
  964.  It allows all players to start building spaceship parts (assuming\
  965.  they have researched the necessary technologies).\
  966. ")
  967.  
  968. [building_asmiths_trading_co]
  969. name        = _("A.Smith's Trading Co.")
  970. genus        = "GreatWonder"
  971. reqs    =
  972.     { "type", "name", "range"
  973.       "Tech", "Economics", "Player"
  974.     }
  975. graphic    = "b.asmiths_trading_co"
  976. graphic_alt    = "-"
  977. obsolete_by    = "None"
  978. build_cost    = 400
  979. upkeep        = 0
  980. sabotage    = 0
  981. sound        = "w_asmiths_trading_co"
  982. sound_alt    = "w_generic"
  983. helptext    = _("\
  984. City improvements which would normally have an upkeep of 1 are free\
  985.  of upkeep, for all your cities.\
  986. ")
  987.  
  988. [building_colossus]
  989. name        = _("Colossus")
  990. genus        = "GreatWonder"
  991. reqs    =
  992.     { "type", "name", "range"
  993.       "Tech", "Bronze Working", "Player"
  994.     }
  995. graphic    = "b.colossus"
  996. graphic_alt    = "-"
  997. obsolete_by    = "Flight"
  998. build_cost    = 100
  999. upkeep        = 0
  1000. sabotage    = 0
  1001. sound        = "w_colossus"
  1002. sound_alt    = "w_generic"
  1003. helptext    = _("\
  1004. Each square around the city where this wonder is built that is already\
  1005.  generating some trade produces one extra trade resource.\
  1006. ")
  1007.  
  1008. [building_copernicus_observatory]
  1009. name        = _("Copernicus' Observatory")
  1010. genus        = "GreatWonder"
  1011. reqs    =
  1012.     { "type", "name", "range"
  1013.       "Tech", "Astronomy", "Player"
  1014.     }
  1015. graphic    = "b.copernicus_observatory"
  1016. graphic_alt    = "-"
  1017. obsolete_by    = "None"
  1018. build_cost    = 200
  1019. upkeep        = 0
  1020. sabotage    = 0
  1021. sound        = "w_copernicus_observatory"
  1022. sound_alt    = "w_generic"
  1023. ; /* xgettext:no-c-format */
  1024. helptext    = _("\
  1025. Boosts science production by 100% in the city where it is built.\
  1026. ")
  1027.  
  1028. [building_cure_for_cancer]
  1029. name        = _("Cure For Cancer")
  1030. genus        = "GreatWonder"
  1031. reqs    =
  1032.     { "type", "name", "range"
  1033.       "Tech", "Genetic Engineering", "Player"
  1034.     }
  1035. graphic    = "b.cure_for_cancer"
  1036. graphic_alt    = "-"
  1037. obsolete_by    = "None"
  1038. build_cost    = 600
  1039. upkeep        = 0
  1040. sabotage    = 0
  1041. sound        = "w_cure_for_cancer"
  1042. sound_alt    = "w_generic"
  1043. helptext    = _("\
  1044. This stunning technological achievement makes one unhappy\
  1045.  citizen content in all your cities.\
  1046. ")
  1047. ; NOTE:
  1048. ; In Civ2 this makes 1 content citizen happy in all cities.
  1049.  
  1050. [building_darwins_voyage]
  1051. name        = _("Darwin's Voyage")
  1052. genus        = "GreatWonder"
  1053. reqs    =
  1054.     { "type", "name", "range"
  1055.       "Tech", "Railroad", "Player"
  1056.     }
  1057. graphic    = "b.darwins_voyage"
  1058. graphic_alt    = "-"
  1059. obsolete_by    = "None"
  1060. build_cost    = 300
  1061. upkeep        = 0
  1062. sabotage    = 0
  1063. sound        = "w_darwins_voyage"
  1064. sound_alt    = "w_generic"
  1065. helptext    = _("\
  1066. Charles Darwin's voyage sparked the discovery of the evolution\
  1067.  of the species, which inspired greater confidence in science.\
  1068.  Gives two immediate technology advances.\
  1069. ")
  1070.  
  1071. [building_eiffel_tower]
  1072. name        = _("Eiffel Tower")
  1073. genus        = "GreatWonder"
  1074. reqs    =
  1075.     { "type", "name", "range"
  1076.       "Tech", "Steam Engine", "Player"
  1077.     }
  1078. graphic    = "b.eiffel_tower"
  1079. graphic_alt    = "-"
  1080. obsolete_by    = "None"
  1081. build_cost    = 100
  1082. upkeep        = 0
  1083. sabotage    = 0
  1084. sound        = "w_eiffel_tower"
  1085. sound_alt    = "w_generic"
  1086. ; /* xgettext:no-c-format */
  1087. helptext    = _("\
  1088. Your reputation and goodwill among other nations is recovered twice\
  1089.  as fast.\
  1090. ")
  1091.  
  1092. [building_great_library]
  1093. name        = _("Great Library")
  1094. genus        = "GreatWonder"
  1095. reqs    =
  1096.     { "type", "name", "range"
  1097.       "Tech", "Literacy", "Player"
  1098.     }
  1099. graphic    = "b.great_library"
  1100. graphic_alt    = "-"
  1101. obsolete_by    = "Electricity"
  1102. build_cost    = 300
  1103. upkeep        = 0
  1104. sabotage    = 0
  1105. sound        = "w_great_library"
  1106. sound_alt    = "w_generic"
  1107. helptext    = _("\
  1108. The civilization which builds the Great Library gets every advance\
  1109.  that at least two other civilizations have achieved.\
  1110. ")
  1111.  
  1112. [building_great_wall]
  1113. name        = _("Great Wall")
  1114. genus        = "GreatWonder"
  1115. reqs    =
  1116.     { "type", "name", "range"
  1117.       "Tech", "Masonry", "Player"
  1118.     }
  1119. graphic    = "b.great_wall"
  1120. graphic_alt    = "-"
  1121. obsolete_by    = "Metallurgy"
  1122. build_cost    = 300
  1123. upkeep        = 0
  1124. sabotage    = 0
  1125. sound        = "w_great_wall"
  1126. sound_alt    = "w_generic"
  1127. helptext    = _("\
  1128. Works as a City Wall in all your cities.\
  1129. ")
  1130. ; NOTE:
  1131. ; Civ2 also doubles attack -vs- barbs,
  1132. ; and enemies are forced to offer cease-fire or peace.
  1133.  
  1134. [building_hanging_gardens]
  1135. name        = _("Hanging Gardens")
  1136. genus        = "GreatWonder"
  1137. reqs    =
  1138.     { "type", "name", "range"
  1139.       "Tech", "Pottery", "Player"
  1140.     }
  1141. graphic    = "b.hanging_gardens"
  1142. graphic_alt    = "-"
  1143. obsolete_by    = "Railroad"
  1144. build_cost    = 200
  1145. upkeep        = 0
  1146. sabotage    = 0
  1147. sound        = "w_hanging_gardens"
  1148. sound_alt    = "w_generic"
  1149. helptext    = _("\
  1150. Makes one content citizen happy in every city. Makes two extra\
  1151.  content citizens happy in the city containing the Hanging Gardens\
  1152.  (that is, a total of 3).  In the unlikely event where there are no\
  1153.  content citizens to get the effect of Hanging Gardens, the wonder\
  1154.  applies to unhappy citizens (making them content instead).\
  1155. ")
  1156.  
  1157. [building_hoover_dam]
  1158. name        = _("Hoover Dam")
  1159. genus        = "GreatWonder"
  1160. reqs    =
  1161.     { "type", "name", "range"
  1162.       "Tech", "Electronics", "Player"
  1163.       "Special", "River", "Adjacent"
  1164.     }
  1165. graphic    = "b.hoover_dam"
  1166. graphic_alt    = "-"
  1167. obsolete_by    = "None"
  1168. build_cost    = 600
  1169. upkeep        = 0
  1170. sabotage    = 0
  1171. sound        = "w_hoover_dam"
  1172. sound_alt    = "w_generic"
  1173. helptext    = _("\
  1174. Works as if you had a Hydro Plant in every city.  (This reduces\
  1175.  pollution and increases the effects of Factories and Mfg. Plants.)\
  1176. ")
  1177.  
  1178. [building_isaac_newtons_college]
  1179. name        = _("Isaac Newton's College")
  1180. genus        = "GreatWonder"
  1181. reqs    =
  1182.     { "type", "name", "range"
  1183.       "Tech", "Theory of Gravity", "Player"
  1184.     }
  1185. graphic    = "b.isaac_newtons_college"
  1186. graphic_alt    = "-"
  1187. obsolete_by    = "None"
  1188. build_cost    = 300
  1189. upkeep        = 0
  1190. sabotage    = 0
  1191. sound        = "w_isaac_newtons_college"
  1192. sound_alt    = "w_generic"
  1193. ; /* xgettext:no-c-format */
  1194. helptext    = _("\
  1195. Boosts science production by 100% in every city you control that\
  1196.  has a University.\
  1197. ")
  1198.  
  1199. [building_js_bachs_cathedral]
  1200. name        = _("J.S. Bach's Cathedral")
  1201. genus        = "GreatWonder"
  1202. reqs    =
  1203.     { "type", "name", "range"
  1204.       "Tech", "Theology", "Player"
  1205.     }
  1206. graphic    = "b.js_bachs_cathedral"
  1207. graphic_alt    = "-"
  1208. obsolete_by    = "None"
  1209. build_cost    = 400
  1210. upkeep        = 0
  1211. sabotage    = 0
  1212. sound        = "w_js_bachs_cathedral"
  1213. sound_alt    = "w_generic"
  1214. helptext    = _("\
  1215. Makes two unhappy citizens content in every city.\
  1216. ")
  1217.  
  1218. [building_king_richards_crusade]
  1219. name        = _("King Richard's Crusade")
  1220. genus        = "GreatWonder"
  1221. reqs    =
  1222.     { "type", "name", "range"
  1223.       "Tech", "Engineering", "Player"
  1224.     }
  1225. graphic    = "b.king_richards_crusade"
  1226. graphic_alt    = "-"
  1227. obsolete_by    = "Robotics"
  1228. build_cost    = 150
  1229. upkeep        = 0
  1230. sabotage    = 0
  1231. sound        = "w_king_richards_crusade"
  1232. sound_alt    = "w_generic"
  1233. helptext    = _("\
  1234. Adds one extra shield resource on every square around the city\
  1235.  where it is built.\
  1236. ")
  1237.  
  1238. [building_leonardos_workshop]
  1239. name        = _("Leonardo's Workshop")
  1240. genus        = "GreatWonder"
  1241. reqs    =
  1242.     { "type", "name", "range"
  1243.       "Tech", "Invention", "Player"
  1244.     }
  1245. graphic    = "b.leonardos_workshop"
  1246. graphic_alt    = "-"
  1247. obsolete_by    = "Automobile"
  1248. build_cost    = 400
  1249. upkeep        = 0
  1250. sabotage    = 0
  1251. sound        = "w_leonardos_workshop"
  1252. sound_alt    = "w_generic"
  1253. helptext    = _("\
  1254. Upgrades one obsolete unit per game turn.\
  1255. ")
  1256.  
  1257. [building_lighthouse]
  1258. name        = _("Lighthouse")
  1259. genus        = "GreatWonder"
  1260. reqs    =
  1261.     { "type", "name", "range"
  1262.       "Tech", "Map Making", "Player"
  1263.       "Terrain", "Ocean", "Adjacent"
  1264.     }
  1265. graphic    = "b.lighthouse"
  1266. graphic_alt    = "-"
  1267. obsolete_by    = "Magnetism"
  1268. build_cost    = 200
  1269. upkeep        = 0
  1270. sabotage    = 0
  1271. sound        = "w_lighthouse"
  1272. sound_alt    = "w_generic"
  1273. helptext    = _("\
  1274. Gives all your sea units 1 additional movement point and eliminates the\
  1275.  risk of losing Triremes on the high seas.  Makes all your new sea units\
  1276.  veterans (for all your cities).\
  1277. ")
  1278.  
  1279. [building_magellans_expedition]
  1280. name        = _("Magellan's Expedition")
  1281. genus        = "GreatWonder"
  1282. reqs    =
  1283.     { "type", "name", "range"
  1284.       "Tech", "Navigation", "Player"
  1285.       "Terrain", "Ocean", "Adjacent"
  1286.     }
  1287. graphic    = "b.magellans_expedition"
  1288. graphic_alt    = "-"
  1289. obsolete_by    = "None"
  1290. build_cost    = 400
  1291. upkeep        = 0
  1292. sabotage    = 0
  1293. sound        = "w_magellans_expedition"
  1294. sound_alt    = "w_generic"
  1295. helptext    = _("\
  1296. Gives all your sea units 2 additional movement points.\
  1297. ")
  1298.  
  1299. [building_manhattan_project]
  1300. name        = _("Manhattan Project")
  1301. genus        = "GreatWonder"
  1302. reqs    =
  1303.     { "type", "name", "range"
  1304.       "Tech", "Nuclear Fission", "Player"
  1305.     }
  1306. graphic    = "b.manhattan_project"
  1307. graphic_alt    = "-"
  1308. obsolete_by    = "None"
  1309. build_cost    = 600
  1310. upkeep        = 0
  1311. sabotage    = 0
  1312. sound        = "w_manhattan_project"
  1313. sound_alt    = "w_generic"
  1314. ;helptext is set in client/helpdata.c:helptext_wonder()
  1315. ;helptext    =
  1316.  
  1317. [building_marco_polos_embassy]
  1318. name        = _("Marco Polo's Embassy")
  1319. genus        = "GreatWonder"
  1320. reqs    =
  1321.     { "type", "name", "range"
  1322.       "Tech", "Trade", "Player"
  1323.     }
  1324. graphic    = "b.marco_polos_embassy"
  1325. graphic_alt    = "-"
  1326. obsolete_by    = "Communism"
  1327. build_cost    = 200
  1328. upkeep        = 0
  1329. sabotage    = 0
  1330. sound        = "w_marco_polos_embassy"
  1331. sound_alt    = "w_generic"
  1332. helptext    = _("\
  1333. The player who owns it gets an embassy with all players.\
  1334. ")
  1335.  
  1336. [building_michelangelos_chapel]
  1337. name        = _("Michelangelo's Chapel")
  1338. genus        = "GreatWonder"
  1339. reqs    =
  1340.     { "type", "name", "range"
  1341.       "Tech", "Monotheism", "Player"
  1342.     }
  1343. graphic    = "b.michelangelos_chapel"
  1344. graphic_alt    = "-"
  1345. obsolete_by    = "None"
  1346. build_cost    = 400
  1347. upkeep        = 0
  1348. sabotage    = 0
  1349. sound        = "w_michelangelos_chapel"
  1350. sound_alt    = "w_generic"
  1351. helptext    = _("\
  1352. Counts as having a Cathedral in each of your cities.  This makes 3\
  1353.  unhappy citizens content in each city.  The discovery of Theology\
  1354.  increases the effect of a Cathedral, making an additional unhappy\
  1355.  citizen content.  The discovery of Communism lessens the effect of\
  1356.  a Cathedral, reducing by one the number of unhappy citizens made\
  1357.  content.\
  1358. ")
  1359.  
  1360. [building_oracle]
  1361. name        = _("Oracle")
  1362. genus        = "GreatWonder"
  1363. reqs    =
  1364.     { "type", "name", "range"
  1365.       "Tech", "Mysticism", "Player"
  1366.     }
  1367. graphic    = "b.oracle"
  1368. graphic_alt    = "-"
  1369. obsolete_by    = "Theology"
  1370. build_cost    = 100
  1371. upkeep        = 0
  1372. sabotage    = 0
  1373. sound        = "w_oracle"
  1374. sound_alt    = "w_generic"
  1375. helptext    = _("\
  1376. Makes two of your unhappy citizens content in every city with a temple.\
  1377. ")
  1378.  
  1379. [building_pyramids]
  1380. name        = _("Pyramids")
  1381. genus        = "GreatWonder"
  1382. reqs    =
  1383.     { "type", "name", "range"
  1384.       "Tech", "Masonry", "Player"
  1385.     }
  1386. graphic    = "b.pyramids"
  1387. graphic_alt    = "-"
  1388. obsolete_by    = "None"
  1389. build_cost    = 200
  1390. upkeep        = 0
  1391. sabotage    = 0
  1392. sound        = "w_pyramids"
  1393. sound_alt    = "w_generic"
  1394. helptext    = _("\
  1395. The amount of stored food lost when one of your cities grows or shrinks\
  1396.  is reduced by 25%.  This helps a city to grow faster and more easily\
  1397.  withstand famine.  Cumulative with Granary.\
  1398. ")
  1399.  
  1400. [building_seti_program]
  1401. name        = _("SETI Program")
  1402. genus        = "GreatWonder"
  1403. reqs    =
  1404.     { "type", "name", "range"
  1405.       "Tech", "Computers", "Player"
  1406.     }
  1407. graphic    = "b.seti_program"
  1408. graphic_alt    = "-"
  1409. obsolete_by    = "None"
  1410. build_cost    = 600
  1411. upkeep        = 0
  1412. sabotage    = 0
  1413. sound        = "w_seti_program"
  1414. sound_alt    = "w_generic"
  1415. helptext    = _("\
  1416. Boosts science production in each city with a Research Lab by 100%. \
  1417. ")
  1418.  
  1419. [building_shakespeares_theatre]
  1420. name        = _("Shakespeare's Theatre")
  1421. genus        = "GreatWonder"
  1422. reqs    =
  1423.     { "type", "name", "range"
  1424.       "Tech", "Medicine", "Player"
  1425.     }
  1426. graphic    = "b.shakespeares_theatre"
  1427. graphic_alt    = "-"
  1428. obsolete_by    = "None"
  1429. build_cost    = 200
  1430. upkeep        = 0
  1431. sabotage    = 0
  1432. sound        = "w_shakespeares_theatre"
  1433. sound_alt    = "w_generic"
  1434. helptext    = _("\
  1435. Makes all unhappy citizens content, in the city where it is located.\
  1436. ")
  1437.  
  1438. [building_statue_of_liberty]
  1439. name        = _("Statue of Liberty")
  1440. genus        = "GreatWonder"
  1441. reqs    =
  1442.     { "type", "name", "range"
  1443.       "Tech", "Democracy", "Player"
  1444.     }
  1445. graphic    = "b.statue_of_liberty"
  1446. graphic_alt    = "-"
  1447. obsolete_by    = "None"
  1448. build_cost    = 400
  1449. upkeep        = 0
  1450. sabotage    = 0
  1451. sound        = "w_statue_of_liberty"
  1452. sound_alt    = "w_generic"
  1453. helptext    = _("\
  1454. Allows you to choose any government, including those that have not yet\
  1455.  been researched by your civilization, and without the transition\
  1456.  period of Anarchy.\
  1457. ")
  1458.  
  1459. [building_sun_tzus_war_academy]
  1460. name        = _("Sun Tzu's War Academy")
  1461. genus        = "GreatWonder"
  1462. reqs    =
  1463.     { "type", "name", "range"
  1464.       "Tech", "Feudalism", "Player"
  1465.     }
  1466. graphic    = "b.sun_tzus_war_academy"
  1467. graphic_alt    = "-"
  1468. obsolete_by    = "Mobile Warfare"
  1469. build_cost    = 300
  1470. upkeep        = 0
  1471. sabotage    = 0
  1472. sound        = "w_sun_tzus_war_academy"
  1473. sound_alt    = "w_generic"
  1474. helptext    = _("\
  1475. All your new ground units start at the first veteran level. The \
  1476.  chance of a unit getting the next veteran level after a battle \
  1477.  increases by half.\
  1478. ")
  1479.  
  1480. [building_united_nations]
  1481. name        = _("United Nations")
  1482. genus        = "GreatWonder"
  1483. reqs    =
  1484.     { "type", "name", "range"
  1485.       "Tech", "Communism", "Player"
  1486.     }
  1487. graphic    = "b.united_nations"
  1488. graphic_alt    = "-"
  1489. obsolete_by    = "None"
  1490. build_cost    = 600
  1491. upkeep        = 0
  1492. sabotage    = 0
  1493. sound        = "w_united_nations"
  1494. sound_alt    = "w_generic"
  1495. helptext    = _("\
  1496. All your units regain two extra hitpoints per turn.\
  1497. ")
  1498. ; NOTE: 
  1499. ; This does not match Civ1 or Civ2, but diplomatic effects are 
  1500. ; not very effective in multiplayer, and hitpoints effects do not
  1501. ; apply for Civ1.  Note in Civ1 Pyramids have a gov-change effect,
  1502. ; but become obsolete, and the Statue of Liberty does not exist.
  1503. ; NOTE:
  1504. ; In Civ2 this provides embassies, forces peaceful enemies and
  1505. ; allows Democracy to declare war 50% of the time.
  1506.  
  1507. [building_womens_suffrage]
  1508. name        = _("Women's Suffrage")
  1509. genus        = "GreatWonder"
  1510. reqs    =
  1511.     { "type", "name", "range"
  1512.       "Tech", "Industrialization", "Player"
  1513.     }
  1514. graphic    = "b.womens_suffrage"
  1515. graphic_alt    = "-"
  1516. obsolete_by    = "None"
  1517. build_cost    = 600
  1518. upkeep        = 0
  1519. sabotage    = 0
  1520. sound        = "w_womens_suffrage"
  1521. sound_alt    = "w_generic"
  1522. helptext    = _("\
  1523. Counts as a Police Station in every city.  (That is, for each city,\
  1524.  reduces unhappiness for military units outside the city by 2 under\
  1525.  Democracy and 1 under Republic.  This wonder has no effect under\
  1526.  other governments.)\
  1527. ")
  1528. ; NOTE:
  1529. ; For Civ2 this should reduce unhappiness by one for *each* unit
  1530. ; outside a city that is causing at least one unhappiness.
  1531.  
  1532. [building_capitalization]
  1533. name        = _("Coinage")
  1534. genus        = "Special"
  1535. flags        = "Gold"
  1536. reqs    =
  1537.     { "type", "name", "range"
  1538.  
  1539.     }
  1540. graphic    = "b.capitalization"
  1541. graphic_alt    = "-"
  1542. obsolete_by    = "None"
  1543. build_cost    = 999
  1544. upkeep        = 0
  1545. sabotage    = 0
  1546. ; FIXME: this is the real helptext; restore when have a subordnate analogue
  1547. ; /* (ignore for gettext until fixed)
  1548. ;helptext    = _("\
  1549. ;This is not a normal improvement.  Instead, setting a city's\
  1550. ; production to Capitalization means its shield production is\
  1551. ; converted to tax output (money).\
  1552. ;")
  1553. ; */
  1554. helptext    = _("\
  1555. This is not a normal improvement.  Instead, setting a city's\
  1556.  production to Coinage means its shield production is\
  1557.  converted to tax output (money, coins!).\
  1558. ")
  1559.